JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<style> #menu-core, #ui-bar-history, #ui-bar,#right-ui-bar{display:none;} #story {margin-left:0;margin:0;margin-top:30px;} </style> <h4>Be careful, intro contain music, so use speakers at your own discretion.</h4> <h4>Recommended minimum resolution: 1280x720</h4> <br> [[I understand|intro]]
<style> #menu-core, #ui-bar-history, #ui-bar,#right-ui-bar,#box2{display:none;} img {width:100%;} #story {margin-left:0;margin:0;} .passage, #passages {max-width: 1920px;margin:0;padding:0;border:0;} body{margin-top:0;} .text-block { position: absolute; width: 20vw; top: 0.6vw; right: 1vh; background-color: rgba(0, 0, 102, 0.3); color: white; font-size: 1.4vh; font-family: 'Roboto', sans-serif; padding-left: 16px; padding-right: 16px; padding-bottom: 10px; z-index: 1; } .button { background-color: #1c87c9; -webkit-border-radius: 60px; border-radius: 60px; border: none; color: #eeeeee; cursor: pointer; display: inline-block; font-family: 'Roboto', sans-serif; font-size: 1.5vh; padding: 8px 10px; text-align: center; text-decoration: none; } @keyframes glowing { 0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } 50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; } 100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } } .button { animation: glowing 1300ms infinite; } .alerts-border { border: 2px #990000 solid; animation: blink 2s; animation-iteration-count: 20; } @keyframes blink { 50% { border-color:#fff ; } } </style> <video src="images/intro.webm" autoplay loop width="100%"></video> <div id="show"> <div class="text-block alerts-border"> <p>This game is for players 18+ years of age.<br> If you are under 18<br> or it is illegal for you to view pornographic material please close this game now. <br>All characters in this game are over the age of 18.</p> <a ><button data-passage="Start" type="submit" class="button">START</button></a> </div> </div>
<<set $day to 0>> <<set $daycount to 1>> <<set $week to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>> <<set $name to "Matt">> <<set $matticon to "images/profiles/matticon.png">> <<set $theraicon to "images/profiles/theraicon.png">> <<set $saraicon to "images/profiles/saraicon.png">> <<set $violeticon to "images/profiles/violeticon.png">> <<set $amaicon to "images/profiles/amaicon.png">> <<set $mothericon to "images/profiles/mothericon.png">> <<set $bradicon to "images/profiles/bradicon.png">> <<set $bossicon to "images/profiles/bossicon.png">> <<set $michelleicon to "images/profiles/michelleicon.png">> <<set $apart to {"start":0, "rented":0, "count":30, "endcount": 0, "active":0, "debt":0, "landlord":0}>> <<set $money to 1200>> <<set $rent to 1>> <<set $business to 0>> <<set $home to 0>> <<set $work to 0>> <<set $park to {"active":0, "walk":0, "start":0, "start":0, "play":0, "date":0, "saradate":0, "fuck":0, "event":0, "event2":0, "event3":0}>> <<set $mc to {"femi":0, "saturation":0, "saturation2":0, "sub":1, "lust":5, "mood":10, "heels":0, "makeup":0, "makeupskill":0, "sex":0, "mind":101, "beauty":0, "bbc":0, "shower":0, "mirror":0, "injection":0, "tattoo":0, "active":0}>> <<set $sara to {"femi":0, "saturation":0, "saturation2":0, "sub":5, "lust":0, "mood":1, "heels":0, "makeup":0, "makeupskill":0, "sex":0, "mind":101, "bbc":0, "beauty":0, "coffee":0, "money":600, "tattoo":0, "active":0, "work":0, "visitmatt":0}>> <<set $thera to {"count":0, "active":0, "start":0, "event":0, "event2":0, "event3":0, "bbc":0, "sex":0, "fuck":0}>> <<set $violet to {"beauty":0, "bbc":0, "lust":0, "count":0, "active":0, "start":0, "event":0}>> <<set $amanda to {"beauty":0, "bbc":0, "lust":0, "count":0, "active":0, "start":0, "event":0}>> <<set $mother to {"beauty":0, "bbc":0, "lust":0, "count":0, "active":0, "start":0, "visit":0, "event":0, "event2":0, "event3":0}>> <<set $michelle to {"start":0, "count":0, "active":0, "start":0, "visit":0, "brad":0, "fuck":0, "event":0, "event2":0, "event3":0, "sara":0}>> <<set $boss to {"start":0, "count":0, "active":0, "start":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $brad to {"start":0, "count":0, "active":0, "start":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $darius to {"start":0, "count":0, "active":0, "start":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>> <<set $tyrese to {"start":0, "count":0, "active":0, "start":0, "visit":0, "michelle":0, "fuck":0, "event":0, "event2":0, "event3":0,"sara":0}>>
<video autoplay src="images/logo.webm"></video> @@color:yellow;Ver. 0.08@@
<<widget timepass>><<nobr>> <<set $timeofday to 1>> <<set $daycount++>> <<if $day < 6>> <<set $day++>> <<else>> <<set $day to 0>> <</if>> <</nobr>><</widget>>
<<button "Rest">><<set $saytime to "Evening">><</button>> <<button "Sleep">><<timepass>><</button>> <<link "link text" "target">> <<Event>> <</link>> <<link [[link text|target]]>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <div class="icon"> <img src="<<print $matticon>>" alt="Character Name" style="float:left; margin-right:10px;"> ''<<print $name>>: '' What’s happening here? <br> </div> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style>
Day: <<print $daycount>>, <<= $week[$day]>> <br> Time: <<if $timeofday == 1>> Morning <<elseif $timeofday == 2>> Noon <<elseif $timeofday == 3>> Afternoon <<elseif $timeofday == 4>> Evening <<elseif $timeofday == 5>> Night <</if>> <hr> <<if $mc.femi >= 0 && $mc.femi <= 7 && $mc.saturation2 <= 5>> <div class="fade-in" style="width:100%;height:484px;"> <video autoplay src="images/profiles/mattpro5.webm"></video> </div> <<elseif $mc.femi >= 7 && $mc.saturation2 == 6>> <div class="fade-in" style="width:100%;height:484px;"> <<if $mattheelswalk == 1>> <video autoplay loop src="images/profiles/mattpro7.webm"></video> <<else>> <video autoplay src="images/profiles/mattpro6.webm"></video> <</if>> </div> <</if>> <br> <<if hasVisited("start3")>> [[Characters|characters]]<br> [[Changelog|Changelog]] <</if>> <<include "test">>
<<if ndef $ver007>> <<set $ver007 to 1>> <<set $housework to {"start":0, "living":0, "dishes":0, "garbage":0, "full":0, "end":0, "var":0}>> <</if>> <<if ndef $ver008>> <<set $ver008 to 1>> <<set $mattheelswalk to 0>> <<set $cadenicon to "images/profiles/cadenicon.png">> <<set $clientmail to {"start":0, "active":0, "type":0, "score":100, "random":0, "end":0, "boss":0}>> <</if>>
<video width="1300" autoplay loop src="images/change.webm"></video> 0.08 (New!) - continuation of the story - new mini-game at work (check the Help button) - new animations of the mc - some events update - bugfix - added saves folder 0.07 - continuation of the story - unexpected transformation - household chores event - bugfix 0.06 - continuation of the story - four new characters - new events 0.05 - continuation of the story - first transformation + new outfit - replacing all events 0.04 - story continuation: therapist - if you start over, you can change the main character's name - new random events in the living room (many variations) - fixed character icons in dialogue - fixed known bugs 0.03 - story continuation: therapist - new random events at work - minor fixes 0.02 - 6 new characters added - main story continued - new random events - new stats <<back>>
<style> #passages { max-width: 80em; margin: 0 auto; } h2 {text-shadow: 0px 0px 4px rgba(96, 84, 138, 0.7); color: #0080ff; font-size: 2rem; margin:0;} e {font-size: 1.4rem;} </style> <style> .start { box-shadow:inset 0px 1px 0px 0px #bbdaf7; background:linear-gradient(to bottom, #4d58f0 5%, #378de5 100%); background-color:#4d58f0; border-radius:6px; border:1px solid #84bbf3; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-weight:bold; margin:4px 4px 4px 0px; font-size:14px; padding:2px 8px; text-decoration:none; text-shadow:0px 1px 0px #528ecc; } .start { color: #fafafc !important; text-decoration: underline; background:linear-gradient(to bottom, #378de5 5%, #4d58f0 100%); background-color:#378de5; } </style> <video width="1300" autoplay src="images/intro2.webm"></video> <br> @@.blink_text;If you want more cool renders, comics, outfits and events visit my <a class="start" href="https://www.patreon.com/root_auth" target="_blank">PATREON</a>@@ <br> <hr> [[Start game|start0]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<set $timeofday to 4>> <<set $mc.shower to 1>> <<set $apart.start to 1>> <<set $apart.rented to 1>> <<set $apart.count to 30>> <<set $apart.endcount to 0>> <video width="1300" autoplay src="images/thera/thera1.webm"></video> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' Okay <<print $name>> so you're worried about your wife, [[right?|start3]] </div> <</timed>>
<style> * { box-sizing: border-box; } .flex-container { display: flex; flex-wrap: wrap; } .flex-item-left { padding: 8px; flex: 70%; } .flex-item-right { padding: 8px; flex: 30%; } @media (max-width: 800px) { .flex-item-right, .flex-item-left { flex: 100%; } } </style> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<back>> <div class="flex-container"> <div class="flex-item-left"> <<if $mc.femi == 0 && $mc.saturation2 == 0>> <video width="1300" autoplay loop src="images/profiles/mattpro1.webm"></video> <<elseif $mc.femi > 0 && $mc.femi < 7 && $mc.saturation2 == 0>> <video width="1300" autoplay loop src="images/profiles/mattpro2.webm"></video> <<elseif $mc.femi > 0 && $mc.femi <= 7 && $mc.saturation2 <= 5>> <video width="1300" autoplay loop src="images/profiles/mattpro3.webm"></video> <<elseif $mc.femi >= 7 && $mc.saturation2 == 6>> <video width="1300" autoplay loop src="images/profiles/mattpro4.webm"></video> <</if>> <br> </div> <div class="flex-item-right"> <<print $name>><br> Money: <<= $money>><br> Intelligence: <<= $mc.mind>> IQ<br> Feminization: <<= $mc.femi>> %<br> <<if $mc.femi < 7 && $thera.start < 18>> Appearance: ordinary<br> <<elseif $mc.femi >= 7 && $thera.start >= 18>> Appearance: young and a bit girly<br> <</if>> Tattoos: <<= $mc.tattoo>><br> <<if $mc.heels > 0>>High heel: <<= $mc.heels>>%<br><</if>> Lust: <<= $mc.lust>><br> Submission: <<= $mc.sub>><br> Mood: <<=$mc.mood>><br> QG02 saturation: <<=$mc.saturation>> %<br> QG03+trans saturation: <<=$mc.saturation2>> %<br> QG04ex injection: <<= $mc.injection>><br> </div> </div> <hr> <div class="flex-container"> <div class="flex-item-left"> <<if $sara.saturation < 4>> <video width="1300" autoplay loop src="images/profiles/sarapro1.webm"></video> <<elseif $sara.saturation >= 4>> <video width="1300" autoplay loop src="images/profiles/sarapro2.webm"></video> <</if>> <br> </div> <div class="flex-item-right"> Sara<br> Money: <<=$sara.money>><br> Intelligence: <<= $sara.mind>> IQ<br> Appearance: ordinary<br> Tattoos: <<= $sara.tattoo>><br> Lust: <<= $sara.lust>><br> Submission: <<= $sara.sub>><br> Mood: <<=$sara.mood>><br> QG02 saturation: <<=$sara.saturation>> %<br> QG02+boost saturation: <<=$sara.saturation2>> %<br> </div> </div> <hr> Therapist: <br> <video width="1300" autoplay loop src="images/profiles/lilypro1.webm"></video> <br> <<if hasVisited("amanda visit") || hasVisited("violet visit")>> <hr> Matt's sisters - Amanda and Violet: <br> <<if $amanda.bbc == 0>> <video width="1300" autoplay loop src="images/profiles/violama.webm"></video> <</if>> <<if $amanda.bbc >= 1 && $amanda.start < 3>> <video width="1300" autoplay loop src="images/profiles/violama2.webm"></video> <</if>> <<if $amanda.start >= 3 && $amanda.bbc >= 1>> <video width="1300" autoplay loop src="images/profiles/violama3.webm"></video> <</if>> <br> <</if>> <<if hasVisited("mother house")>> <hr> Matt's mother: <br> <video width="1300" autoplay loop src="images/profiles/motherprofile.webm"></video> <br> <</if>> <<if hasVisited("michelle")>> <hr> Work: Michelle, Brad, Boss: <br> <video width="1300" autoplay loop src="images/profiles/workprofile.webm"></video> <br> <</if>> <<if $amir > 0>> <hr> Amir - old school friend: <br> <<if $amirtrans == 0>> <video width="1300" autoplay loop src="images/profiles/amirpro.webm"></video> <<elseif $amirtrans == 1>> <video width="1300" autoplay loop src="images/profiles/amirpro2.webm"></video> <</if>> <br> <</if>> <<if $reporter > 0>> <hr> Mysterious reporter: <br> <video width="1300" autoplay loop src="images/profiles/reporterpro.webm"></video> <br> <</if>> <<if $emma > 0>> <hr> Emma - Former patient: <br> <video width="1300" autoplay loop src="images/profiles/emmapro.webm"></video> <br> <</if>> <<if $amanda.start >= 3>> <hr> Caden - Amanda's boyfriend: <br> <video width="1300" autoplay loop src="images/profiles/caden.webm"></video> <br> <</if>> <<back>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $name == "Matt">> <video width="1300" autoplay src="images/thera/thera2.webm"></video> <<else>> <video width="1300" autoplay src="images/thera/thera2b.webm"></video> <</if>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm yes..her depression is really worrying. She refuses to come here and I don't know what to do<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't worry, I'm here to help you. The most important thing is that you are honest..<br> [[so..are you fucking her?|start4]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/thera3.webm"></video> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''What? Uhh no..no! She is in a difficult situation..you know..uhh and we haven't done this for months..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's okay <<print $name>>. You are a good person and you are safe here. </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Thank you for your help.<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm I think that's enough for today. I'll give you special pills for your wife and I'll analyze my notes. We'll meet tomorrow. </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Thank you once again. [[Leave|home][$thera.start to 1;$money -=100;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@ </div> <</timed>>
<<if $timeofday == 5>> <video width="1300" autoplay src="images/home/main2.webm"></video> <<else>> <video width="1300" autoplay src="images/home/main.webm"></video> <</if>> <br> <<if $thera.start >= 20 && $day == 6 && $housework.start == 0 && $housework.full < 100>> [[Bedroom|bedroom chores][$housework.start to 1]] <<elseif $thera.start >= 22 && $day == 6 && $housework.full == 100>> [[Bedroom|chores bad end]] <<else>> [[Bedroom|bedroom]] <</if>> <<if $thera.start < 6 && $sara.saturation < 5>> [[Living room|living room]] <<elseif $thera.start >= 6 && $sara.saturation >= 5>> <<switch random (1,2)>> <<case 1>> [[Living room|living room2]] <<case 2>> [[Living room|living room3]] <</switch>> <</if>> [[Kitchen|kitchen]] [[Bathroom|bathroom]] <<if $shower == 1 && $thera.start != 39>> [[Go outside|out]] <</if>> <<if $thera.start == 39 && $timeofday == 5>> <br>@@.blink; END OF DEMO CONTENT!@@ <</if>> <<include "events home">>
<div class="fadein"> <video width="1300" autoplay src="images/home/bedroom.webm"></video> </div> <br> [[Laptop|laptop]] <<if $timeofday == 5>> [[Sleep|sleep]] <</if>> [[Leave|home]]
<<if $sara.saturation < 2>> <video width="1300" autoplay src="images/home/sarahome.webm"></video> <<elseif $sara.saturation == 2 || $sara.saturation == 3>> <video width="1300" autoplay src="images/home/sarahome2.webm"></video> <<elseif $sara.saturation >= 4>> <<switch random(1,3)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome3.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome4.webm"></video> <<case 3>> <video width="1300" autoplay src="images/home/sarahome5.webm"></video> <</switch>> <</if>> <br> <<if $sara.saturation < 2>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''...<br> </div> <<elseif $sara.saturation == 2 || $sara.saturation == 3>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I feel weird..ughh<br> </div> <<elseif $sara.saturation >= 4>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe This is really funny!<br> </div> <</if>> <<timed 1s>> <<if $timeofday == 4 && $sara.coffee == 1>> [[Sara|sara pills][$sara.coffee to 2]] <</if>> <<if $timeofday == 4 && $sara.coffee == 2 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $sara.coffee == 2>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>> <<timed 1s>> <<if $timeofday == 4 && $sara.saturation >= 2 && $violet.active == 0 && $thera.start >= 2 && $violet.start == 0>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 4 && $amanda.start == 0 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 22 && $amanda.start == 1 && $amanda.bbc == 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 26 && $amanda.start == 1 && $amanda.bbc == 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 34 && $amanda.start == 2 && $amanda.bbc >= 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <</timed>>
<<script>>Save.slots.save(0, "Autosave - morning shower")<</script>> <<if ndef $mast>><<set $mast to 0>><</if>> <div class="fadein"> <video width="1300" autoplay src="images/home/bathroom.webm"></video> </div> <br> <div class="fadein"> <<if $shower == 0 && $thera.start != 17>> [[Shower|shower][$shower to 1]] <</if>> <<if $shower == 0 && $mc.femi == 7 && $thera.start == 17>> @@.blink;[[What is this?|bathtrans][$shower to 1]]@@ <</if>> [[Leave|home]] </div>
<style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 50%; margin: 14px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <<if $timeofday != 5>> <div class="fadein flex-container"> <div> <video autoplay src="images/out/homeout.webm"></video><br> [[Home|home]] </div> <div> <video autoplay src="images/out/businessout.webm"></video><br> <<if $timeofday == 1 && $day != 6>> [[Business district|bus][$business to 1;]] <</if>> </div> </div> <</if>> <<if $timeofday != 5 && $day == 6>> <div class="fadein flex-container"> <div> <video autoplay src="images/out/park.webm"></video><br> <<if $timeofday >= 1 && $timeofday <= 3 && $park.active == 0>> [[Park|park][$park.active to 1;$timeofday += 1;]] <</if>> </div> <div> <video autoplay src="images/out/mother.webm"></video><br> <<if $timeofday >= 1 && $timeofday <= 3 && $mother.active == 0>> [[Visiting Mom|mother house][$mother.active to 1]] <</if>> </div> </div> <</if>> <<if $timeofday == 5>> <div> <video width="1300" autoplay src="images/out/latenightout.webm"></video> <br> It's really late...<br> [[Home|home]] </div> <</if>> <br>
<<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if not hasVisited("saramattliv2") && $mc.femi < 6 || not hasVisited("saramattliv2") && $mc.femi >= 6 >> <video width="1300" autoplay src="images/home/shower.webm"></video> <br> [[Time to go|bathroom]] <</if>> <<if $mc.femi > 5 && hasVisited("saramattliv2") >> <video width="1300" autoplay loop src="images/home/shower2.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Why is my dick not working? Uhh..<br> </div> <<timed 1s>> [[Time to go|bathroom]] <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <video width="1300" autoplay loop src="images/home/shower4.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Why is my dick not working? I try not to think about it.. but this is weird..<br> </div> <<if $mast == 0>> [[Masturbation|mast][$mast to 1]] <</if>> <<timed 1s>> [[Time to go|bathroom]] <</timed>> <</if>>
<style> .bgtext { background-color: blue; color: white; } </style> <video width="1000" autoplay src="images/work/officeout.webm"></video> <br> <<if $thera.active == 1>> [[Home|bus][$home to 1]] <</if>> <<if $timeofday == 1 && $day != 6>> [[Office|office]] <<else>> <em>(Office is closed)</em> <</if>> <<if $timeofday == 3 && $thera.active == 0>> [[Therapist's Office|therapist][$thera.active to 1]] <<else>> <em>(Therapist's Office is closed)</em> <</if>>
<<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <div class="fadein"> <video width="1300" autoplay loop src="images/bus/bus.webm"></video> </div> <<if $home == 1>> [[Get out|home][$home to 0]] <</if>> <<if $business == 1>> [[Get out|business district][$business to 0]] <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 == 6>> <video width="1300" autoplay loop src="images/bus/bus2.webm"></video> <br> What is happening to my life? I have no control over this..<br> <<if $home == 1>> [[Get out|home][$home to 0]] <</if>> <<if $business == 1>> [[Get out|business district][$business to 0]] <</if>> <</if>>
<div class="fadein"> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <video width="1000" autoplay src="images/work/mattoffice.webm"></video> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <video width="1000" autoplay src="images/work/mattoffice3.webm"></video> <</if>> </div> <br> <<if $work == 0>> [[Work|work][$work to 1]] <</if>> <<if $work == 1>> [[Get out|business district]] <</if>>
<<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <div class="fadein"> <video width="1000" autoplay src="images/work/mattoffice2.webm"></video> </div> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 == 6>> <div class="fadein"> <video width="1000" autoplay src="images/work/mattoffice4.webm"></video> </div> <</if>> <br> <<if $clientmail.active == 0>> <<if $clientmail.score > 0>> [[Reply to customer emails|clientmail]] <<else>> [[Reply to customer emails|clientmail bad end]] <</if>> <</if>> <<if $michelle.active == 0>> <<if not hasVisited("michelle")>> @@.blink;[[Michelle|michelle][$michelle.active to 1]]@@ <<elseif not hasVisited("michelle5")>> @@.blink;[[Michelle|michelle][$michelle.active to 1]]@@ <<else>> [[Michelle|michelle][$michelle.active to 1]] <</if>> <</if>> <<if $sara.saturation >= 4 && $sara.visitmatt == 0>> <<switch random(1,4)>> <<case 2>> [[Hello, handsome!|saravisit][$sara.visitmatt to 1]] <<case 4>> <<if hasVisited("walk with sara5")>> <<if not hasVisited("bradmatt")>> @@.blink;[[Meanwhile at your wife's|sarahomemast][$sara.visitmatt to 1]]@@ <<else>> [[Meanwhile at your wife's|sarahomemast][$sara.visitmatt to 1]] <</if>> <</if>> <<default>> <</switch>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if $brad.active == 0>> <<if not hasVisited("bradmatt")>> @@.blink;[[What a change!|bradmatt][$brad.active to 1]]@@ <<else>> [[Brad|bradmatt][$brad.active to 1]] <</if>> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if not hasVisited("bosstalk")>> @@.blink;[[Boss|bosstalk]]@@ <</if>> <</if>> <<if hasVisited("bosstalk") && $boss.start == 1>> <<if not hasVisited("callcenter")>> @@.blink;[[Call center|callcenter]]@@ <<else>> [[Call center|callcenter]] <</if>> <</if>> <<if $clientmail.active == 1>> [[It's finally over!|office][$timeofday to 3;$money += 120]] <</if>>
<<if $mc.femi >= 7 && $mc.saturation2 == 6>> <video width="1300" autoplay loop src="images/thera/therapistout2.webm"></video> <<else>> <video width="1300" autoplay loop src="images/thera/therapistout.webm"></video> <</if>> <br> <<if $thera.start >= 18 && not hasVisited("reporter")>> @@.blink;[[Excuse me!|reporter]]@@ <</if>> <<if $thera.start >= 28 && $reporter == 1>> @@.blink;[[Hey! Stop!|reporter]]@@ <</if>> <<if $thera.start < 6>> [[Enter|therapist session][$timeofday to 4]] <<elseif $thera.start >= 6>> [[Enter|therapist session part2][$timeofday to 4]] <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 1>> <video width="1300" autoplay src="images/thera/thera4.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hello again <<= $name>>, did you give the pills to your wife?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I did it..but I wanted to ask..those pills..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm? Sorry <<= $name>>, no offense but I'm the specialist here so you should follow my recommendations.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ah yes..of course..I..I'm sorry, I'm a little confused uhh<br> </div> <</timed>> <<timed 6s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Never mind so..[[Tell me|therapist session2]] </div> <</timed>> <</if>> <<if $thera.start == 2>> <video width="1300" autoplay src="images/thera/thera5.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh Doctor, I still don't see any improvement!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax <<= $name>> this process takes some time the most important thing is that you are here and want to help.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I really want this Doctor!<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''It's helpful and [[remember|therapist session2]] </div> <</timed>> <</if>> <<if $thera.start == 3>> <video width="1300" autoplay src="images/thera/thera7.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm dear <<= $name>>, how do you feel?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm still worried about my wife..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't worry.. she'll be fine..I'm sure and what about you? You want to fuck [[someone?|therapist session2]] <br> </div> <</timed>> <</if>> <<if $thera.start == 4>> <video width="1300" autoplay src="images/thera/thera9.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes <<= $name>>, so you went back to your favorite therapist hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh Is this part of the therapy? [[I don't know..|therapist session2]]<br> </div> <</timed>> <</if>> <<if $thera.start == 5>> <video width="1300" autoplay src="images/thera/thera11.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh To be honest I don't want to come here anymore.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm oh really <<= $name>>? What are you so afraid of? Your destiny?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I just don't know what exactly we're doing [[here|therapist session2]] <br> </div> <</timed>> <</if>>
<<timepass>> <<if $apart["start"] == 1 && $apart["rented"] == 1 && $apart["count"] > 0>> <<set $apart["count"] -= 1>> <</if>> <<if $apart["count"] == 0>><<set $apart["rented"] to 0>><</if>> <<if $apart["count"] == 0 && $apart["endcount"] < 3>> <<set $apart["endcount"] += 1>> <</if>> <<if $apart["endcount"] == 3 && $apart.landlord == 0>> <<set $apart.landlord to 1>> <<set $landlordicon to "images/profiles/landlordicon.png">> <</if>> <<if $housework.start == 2>><<set $housework.start to 3>><<set $housework.full to 1>><</if>> <<if $day != 6 && $housework.living == 1 && $housework.dishes == 1 && $housework.garbage == 1>> <<set $housework.full to 1>> <</if>> <<if $housework.start >= 3 && $day == 6 && $housework.living == 1 && $housework.dishes == 1 && $housework.garbage == 1 && $housework.full == 1>> <<set $housework.full to 0>> <<set $housework.living to 0>> <<set $housework.dishes to 0>> <<set $housework.garbage to 0>> <<elseif $housework.start >= 3 && $day == 6 && $housework.full == 0>> <<set $housework.full to 100>> <</if>> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $sara.saturation >= 4>> <video width="1300" autoplay loop src="images/home/sleep3.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm I'm so horny <<print $name>>! </div> <br> <<else>> <video width="1300" autoplay src="images/home/sleep.webm"></video> <br> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<switch random(1,3)>> <<case 1 3>> <video width="1300" autoplay src="images/home/sleep2.webm"></video> <br> <<case 2>> <video width="1300" autoplay loop src="images/home/sleep4.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm uhhh I'm so horny <<print $name>>! </div> <</switch>> <br> <</if>> [[Dream|dream][ $shower to 0; $sara.coffee to 0; $work to 0; $thera.active to 0; $violet.active to 0; $amanda.active to 0; $michelle.active to 0; $park.active to 0; $mother.active to 0; $park.saradate to 0; $sara.visitmatt to 0; $brad.active to 0; $mast to 0; $clientmail.active to 0; ]]
<<if $mc.femi == 0 && $mc.saturation2 < 6 && $thera.start < 37>> <video width="1300" autoplay loop src="images/home/dream.webm"></video> <<elseif $mc.femi > 0 && $mc.saturation2 < 6 && $thera.start < 37>> <video width="1300" autoplay loop src="images/home/dream2.webm"></video> <<elseif $mc.femi >= 7 && $mc.saturation2 >= 6 && $thera.start < 37>> <video width="1300" autoplay loop src="images/home/dream3.webm"></video> <<elseif $mc.femi >= 7 && $mc.saturation2 >= 6 && $thera.start >= 37>> <video width="1300" autoplay loop src="images/home/dream4.webm"></video> <</if>> <br> <<if $mc.femi >= 0 && $mc.saturation2 < 6>> [[Wake up|bedroom]] <</if>> <<if $mc.femi >= 7 && $mc.saturation2 >= 6>> [[Wake up|dream2]] <</if>>
<<if $sara.saturation < 5>> <<set $sara.saturation +=1>> <<set $sara.sub +=1>> <<set $sara.mood +=1>> <</if>> <<if $sara.lust < 3>> <<set $sara.lust += 1>> <</if>> <<if $sara.mind > 99>> <<set $sara.mind -= 1>> <</if>> <div class="fadein"> <video width="1300" autoplay loop src="images/home/pill.webm"></video> </div> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Here you go, honey, I've prepared it especially for you..<br> </div> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh thank you, you're so sweet honey!<br> <<if $sara.saturation == 4>> <br>@@.blink;<em>(Sarah's status has changed, check the 'Characters' button and laptop)</em>@@<</if>> </div> [[Leave|living room]]
<div class="fadein"> <video width="1300" autoplay src="images/home/kitchen.webm"></video> </div> <br> <<if $timeofday == 4 && $sara.coffee == 0 && $thera.start < 6 && $sara.saturation < 5>> [[Dissolve the pill|coffee][$sara.coffee to 1]] <</if>> <<if $housework.start >= 3 && $housework.dishes == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> @@.blink;[[Wash the dishes|dishes][$housework.dishes to 1]]@@ <</if>> [[Leave|home]]
<div class="fadein"> <video width="1300" autoplay src="images/home/coffee.webm"></video> </div> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''That should be enough..hmm it's for your own good, my love.<br> @@.blink;<em>(Sara waits in the living room)</em>@@ </div> <</timed>> <<timed 1s>> [[Take a closer look|pillszoom]] [[Take a cup|kitchen]] <</timed>>
<video width="1300" autoplay src="images/home/pillszoom.webm"></video> <br> [[Hmm..|coffee]]
<<if $sara.saturation < 3>> <video width="1300" autoplay loop src="images/home/tvhome.webm"></video> <<elseif $sara.saturation >= 3>> <<switch random(1,2)>> <<case 1>> <video width="1300" autoplay loop src="images/home/tvhome5.webm"></video> <<case 2>> <video width="1300" autoplay loop src="images/home/tvhome4.webm"></video> <</switch>> <</if>> [[Really boring|living room]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 1>> <video width="1300" autoplay src="images/thera/thera6.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''How she reacted?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I didn't notice any changes.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm okay..Keep supplementing, that's all for today.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Thank you for your help. [[Leave|business district][$thera.start to 2;$money -= 100;$mc.sub +=1;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 2>> <video width="1300" autoplay src="images/thera/thera6.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I am here for you and I fully support you.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I feel better already. [[Leave|business district][$thera.start to 3;$money -= 100;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 3>> <video width="1300" autoplay src="images/thera/thera8.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh Doctor this is inappropriate!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I bet your dick is hard and [[ready!|therapist session3]] <br> </div> <</timed>> <</if>> <<if $thera.start == 4>> <video width="1300" autoplay src="images/thera/thera10.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm I'll suck your cock like this finger..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What's going on?! I better get going uhh..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe You can go but your therapy isn't over [[yet|business district][$thera.start to 5;$money -= 100;]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@<br> </div> <</timed>> <</if>> <<if $thera.start == 5>> <video width="1300" autoplay src="images/thera/thera12.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe What would you like to do? Do you want to fuck me?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh This is too much for me! I will find another doctor and...<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''MYou've got to be kidding! You won't get out of here that easily!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That's exactly what I'm going to do! [[Bye!|therapist session3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 3>> <video width="1300" autoplay src="images/thera/thera9.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh? What? No..No!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Alright... that's all for today.. [[You can go|business district][$thera.start to 4]] @@.blink;<em>(Prepare pills in the kitchen)</em>@@<br> </div> <</timed>> <</if>> <<if $thera.start == 5>> <video width="1300" autoplay loop src="images/thera/thera13.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I spent so much time on you and now you're leaving me?! You leave me no choice!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: '' SECURITY! HELP! PATIENT IS ASSAULTING ME!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That's not true! I just want to [[leave!|police]]<br> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/police/policetime.webm"></video> <br> <<timed 2s>> <div class="fadein"> [[Next|police2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/police/prison.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Fuck..I didn't do anything wrong! I just want to help my wife..Why is this happening to me?!<br> </div> <</timed>> <<timed 4s>> <div class="fadein"> [[Someone opens the door|police3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/police/prison2.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Thank you for your help Captain, I can handle it from here!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<= $name>>I spoke with the judge and.. it looks like there will be no charges against you. <br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Charges? You dragged me into this! I did nothing!<br> </div> <</timed>> <<timed 7s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Listen [[carefully|police4]] <br> </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/police/prison3.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I know everyone here and the Captain loves me very much so!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''you are under my care and you follow my orders or you go back to prison really fucking fast, understood?!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''....<br> </div> <</timed>> <<timed 7s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Guard!<br> </div> <</timed>> <<timed 8s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Okay, okay, I understood!<br> </div> <</timed>> <<timed 9s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Say it again!<br> </div> <</timed>> <<timed 10s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I understood!<br> </div> <</timed>> <<timed 11s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Now go back to your nice wife and I'll see you at the next visit! [[Go!|business district][$thera.start to 6;$mc.sub +=10;$sara.saturation to 5;]]<br> </div> <</timed>>
<video width="1300" autoplay loop src="images/home/rest.webm"></video> <br> [[It was a hard day|living room]]
<br> <<if $apart["start"] == 1 && $apart["count"] == 0 && $apart["endcount"] < 3>> <br><em>@@.blink;Pay the rent! (check the laptop)@@</em><br> <</if>> <<if $housework.start >= 3 && $housework.garbage == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> <br>@@.blink;[[Take out the trash|garbage][$housework.garbage to 1]]@@ <</if>> <<if $day == 6 && not hasVisited("mother house", "park")>> <br><em>@@.blink;New events outside!@@</em><br> <</if>> <<if $apart.landlord == 1>> @@.blink;[[Landlord|landlord]]@@<br> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $violet.start == 0>> <video width="1300" autoplay src="images/sis/violet1.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hey brother, what's up?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm doing fine.. I guess..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Listen... I have a [[question|violet visit2]] </div> <</timed>> <</if>> <<if $violet.start == 1>> <video width="1300" autoplay src="images/sis/violet4.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Hey brother! Can you lend me some money? <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Again? You haven't given me back that 100 bucks yet.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Don't be such a jerk.. I want to buy my [[own car|violet visit2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/laptop.webm"></video> <br> <<if $apart["rented"] == 1>> <br>Apartment rent $1,275/month <br>Rented for <<= $apart.count>> days.<br> <<elseif $apart["start"] == 1 && $apart["count"] == 0 && $apart["rented"] == 0 && $money >= 1275 && $apart["endcount"] < 3>> <br>[[Pay the rent - $1275|laptop][$money -=1275;$apart["rented"] to 1;$apart["count"] to 30;$apart["endcount"] to 0;]] <<elseif $apart["start"] == 1 && $apart["count"] == 0 && $apart["rented"] == 0 && $money < 1275 && $apart["endcount"] < 3>> Apartment $1,275/month <br>You have no money.<br> <<elseif $money < 1275>> Apartment $1,275/month <br>You have no money.<br> <</if>> <<if $sara.saturation >= 4>> [[Sara Instagram|sara instagram]] <</if>> [[Log out|bedroom]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amanda.start == 0>> <video width="1300" autoplay src="images/sis/amanda1.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hey brother! How are you doing? Mom is worried about you.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Heh..yeah..um well..I've been a little busy.<br> </div> <</timed>> <<timed 6s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Okay, but still..you should visit her.<br> </div> <</timed>> <<timed 8s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm okay, okay..[[I should..|amanda visit2]] </div> <</timed>> <</if>> <<if $amanda.start == 1>> <video width="1300" autoplay src="images/sis/amanda5.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hey brother! How are you doing?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Good..hmm thanks..ehhmm..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''What?<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I saw you with some big man by the car<br> </div> <</timed>> <<timed 6s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Are you [[spying on me?!|amanda visit2]] </div> <</timed>> <</if>> <<if $amanda.start == 2>> <<set $amaicon to "images/profiles/amaicon2.png">> <video width="1300" autoplay src="images/sis/amanda8.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Woooahh?! Amanda? Uhh You look different...and who is your friend?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Hmm yes..this is my boyfriend Caden!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconcaden fadein"> [img[$cadenicon]] ''Caden: ''What's up, man<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh! Boyfriend? That's surprising... you two are very different.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Don't be childish <<print $name>>! and besides, he buys me everything I want! [[And|amanda visit2]] </div> <</timed>> <</if>>
<div class="fadein"> <video width="1300" autoplay loop src="images/park/park0.webm"></video> </div> <br> <<if $park.saradate == 0>> [[Walk with Sara|walk with sara][$park.saradate to 1]] <</if>> <<if $park.saradate == 0>> [[Who's that?|bench][$park.saradate to 1]] <</if>> [[Leave|out]]
<div class="fadein"> <video width="1300" autoplay loop src="images/mother/motherhouse.webm"></video> </div> <br> [[Enter|mother house2]]
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $violet.start == 0>> <video width="1300" autoplay src="images/sis/violet2.webm"></video> <br> <<timed 2s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Can you lend me a hundred dollars? I'm in need..You know what it's like hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh Again? Okay hmm I hope you'll pay it back!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''You are the best brother in the world, [[thank you!|home][$money -=100;$violet.start to 1;$timeofday to 5;]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $violet.start == 1>> <video width="1300" autoplay src="images/sis/violet5.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow! The car is very expensive, how much do you want to borrow?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Well..uhh I need $2,500<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''That's a lot!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Come on bro! Have you never dreamed of anything?<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm <<if $money > 2500>> [[Give her the money|home][$money -=2500;$violet.start to 2;$timeofday to 5;]] [[Sorry, but I don't have that much money|home][$violet.start to 100;$timeofday to 5;]] <<else>> [[Sorry, but I don't have that much money|home][$violet.start to 100;$timeofday to 5;]] <</if>> </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amanda.start == 0>> <video width="1300" autoplay src="images/sis/amanda2.webm"></video> <br> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''You promise?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes! I promise. Don't worry.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Good. Maybe we'll go to church together sometime..together as a family, like we used to do. <br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 6s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Okay..that's all hmm I won't bother you, god bless you, [[bye!|home][$amanda.start to 1;$timeofday to 5;]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $amanda.start == 1>> <video width="1300" autoplay loop src="images/sis/amanda6.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No, no, I'm just worried about you...that's all..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Excuse me, but this is my life! You're not my father!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I know but..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Just let it go <<print $name>><br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[What?|amanda visit3]] </div> <</timed>> <</if>> <<if $amanda.start == 2>> <video width="1300" autoplay src="images/sis/amanda9.webm"></video> <br> <<timed 1s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''He's unstoppable in bed hehe<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh I don't know if I want to hear about it..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I'd love to hear [[about it|amanda visit3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0 && $boss.michelle == 0>> <<switch random (1,3)>> <<case 1 3>> <video width="1300" autoplay src="images/work/michelle.webm"></video> <<case 2>> <video width="1300" autoplay src="images/work/michelle0.webm"></video> <</switch>> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hey <<print $name>>! Have you sold any property recently? The boss wants results, you know that!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No..I'm having a harder time right now<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Got it! [[Well..|michelle2]] <<if not hasVisited("michelle2")>> <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ <</if>> </div> <</timed>> <</if>> <<if $michelle.start == 0 && $boss.michelle == 1>> <video width="1300" autoplay src="images/work/michelleboss.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh yes, you are so big boy!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What is she [[doing?|michelle2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0 && $boss.michelle == 0>> <video width="1300" autoplay src="images/work/michelle2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''It's not that difficult, you need to talk to your customers more!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yeah..well..It's easy to say.. if I had big boobs like yours it wouldn't be a problem..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''What?!<br> </div> <</timed>> <<switch random(1,2)>> <<case 1>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Eee nothing.. I'm talking to myself, thanks for the advice [[Leave|work]] </div> <</timed>> <<case 2>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Eee nothing.. I'm talking to myself, thanks for the advice. </div> <</timed>> <<timed 5s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hmm okay..oh Hey [[Brad!|michelle3]] <<if hasVisited("michelle3")>> [[Skip this event|work]] <</if>> </div> <</timed>> <</switch>> <</if>> <<if $michelle.start == 0 && $boss.michelle == 1>> <video width="1300" autoplay src="images/work/michelleboss2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Mmm thank you boss.. so warm..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''The boss's favorite ughh so that's how it works [[it's not fair|michelle3]] </div> <</timed>> <</if>>
<<if $mattheelswalk == 1>> <<else>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <</if>> <<if $thera.start == 6>> <video width="1300" autoplay src="images/thera/thera14.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>> I hope you understand your situation?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..yes..<br> </div> <</timed>> <<timed 6s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good. We need to prepare you for the session, I have the appropriate outfit and makeup here.<br> </div> <</timed>> <<timed 8s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?!<br> </div> <</timed>> <<timed 10s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''We don't have time for this! Follow [[orders|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 7>> <video width="1300" autoplay src="images/thera/thera15.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh what is the point of all this?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''<<print $name>> do we need to come back to this conversation again? Just follow orders.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[...|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 8>> <video width="1300" autoplay src="images/thera/therafuck.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Ahhh yesss Darius!! Come on!! Uhhh fuck me faster!!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: '' What's going on [[here?|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 9>> <video width="1300" autoplay src="images/thera/thera26.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> are you ready?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yes..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good. Let's [[begin|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 10>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhh Doctor, I don't know if this style suits me..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax honey you look perfect, just like me in the old days.<br> </div> <</timed>> <<timed 4s>> <div class="fadein"> ''Girl: ''Okay, doctor, I need to show more confidence.<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You must submit all shame barriers. We will talk about this in the next [[bsession|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 11>> <video width="1300" autoplay src="images/thera/thera26.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> are you ready?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yes..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Good. Let's [[begin|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 12>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..how are you feeling honey?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Really good! Mmm and I'm so hot!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This means that the drugs work very [[well|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 13>> <video width="1300" autoplay src="images/thera/thera26.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> are you ready?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Um..yes, of course <br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Nice..really nice.. Let's [[begin|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 14>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney4.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh my you look stunning!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Thank you, but I'm not sure if this is a good style for me.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Honey, you look amazing and the boys will definitely [[appreciate it|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 15>> <video width="1300" autoplay src="images/thera/thera27.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so..<<print $name>> how do you feel?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh a bit strange.. my body is changing.. I can feel it.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This will pass, now focus on the [[session|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 16>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhh Doctor, I missed you so much!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Relax honey. I'm already with you, my dear.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Girl: ''Mmm I'm glad..<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I'll take care of you, [[don't worry|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 18>> <video width="1300" autoplay src="images/thera/thera36.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Well <<print $name>> you look much better, how do you feel?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''How do I feel? I look different, even my wife noticed that!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You overreacted.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Is that your explanation?<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I remind you what the deal is..but enough about that [[look what i have|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 19>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so <<print $name>> ready for more fun?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay. Let's get [[started|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 20>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''so <<print $name>> ready for more fun?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh..hmmm<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay. Let's get [[started|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 21>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>> I see slight progress. Let's not waste time.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh yeah right..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Cheer up. Let's get [[started|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 22>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>> You look rested so let's not waste time.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes, ma'am.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Very nice. Let's get [[started|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 23>> <<if ndef $amiricon>> <<set $amiricon to "images/profiles/amir.png">> <<set $amir to 0>> <<set $amirtrans to 0>> <</if>> <video width="1300" autoplay src="images/thera/amir.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Amir? Is that you? I haven't seen you in a while, why are you here?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Uhh hey <<print $name>>..to be honest, I'm very sick.. this therapist is my last hope.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know if this is the best solution, this clinic is very suspicious.<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Yeah..I know <<print $name>> but I have no choice really.. <br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Got it man..well take care [[Leave|business district][$thera.start to 24;$amir to 1;]]<br> <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 24>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney7.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's right, honey, I'm so proud!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Mhhhahh doctor I am so helpless ohhh..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't think about it, your body knows what it wants, believe me! [[Leave|business district][$thera.start to 25]]<br> </div> <</timed>> <</if>> <<if $thera.start == 25>> <<if $amanda.bbc == 0>><<set $amanda.bbc to 1>><</if>> <<if ndef $emma>> <<set $emma to 0>> <<set $emmaicon to "images/profiles/emmaicon.png">> <</if>> <video width="1300" autoplay src="images/thera/thera37.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh yes..<<print $name>> welcome! I'm so excited!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..okay? but why?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''See what beautiful clothing sets we have here!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't understand what this has to do [[with me|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 26>> <video width="1300" autoplay src="images/thera/amir2.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Your situation is difficult so you have to trust me okay?<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Of course, it looks like I have no choice..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Amir, think it over [[again|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 27>> <video width="1300" autoplay src="images/thera/emma.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hi honey! so..Did you get that role in the movie we were talking about?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''It was that simple, I sucked a few dicks and I got the role, no big deal.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I told you, they're so easy to control.<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Yeah..you did. My career is developing very quickly now..[[and|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 28>> <video width="1300" autoplay src="images/thera/emma3.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''so <<print $name>> are you ready for some fun?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I am married! Ughh.. and..umm..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Jesus..come on, don't be such a pussy..<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe Don't look at me, you were the one who provoked her last time.<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Exactly! You can help a horny slut [[like me|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 29>> <video width="1300" autoplay src="images/thera/emma7.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''I'm leaving today. I came to say goodbye.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's very kind, honey, you are my special patient, always welcome here.<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Mmm thanks..You are so hot uhh[[I'm so horny|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 30>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney8.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You look wonderful, don't worry!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhh but I'm naked!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm hehe well You have to get used to it [[Leave|business district][$thera.start to 31]]<br> </div> <</timed>> <</if>> <<if $thera.start == 31>> <video width="1300" autoplay src="images/thera/thera40.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Ah yes.. <<print $name>> you know..not today, the previous session was really demanding and I'm really tired..<br> </div> <</timed>> <<timed 2s>> <div class="fadein"> [[Leave|business district][$thera.start to 32]]<br> </div> <</timed>> <</if>> <<if $thera.start == 32>> <video width="1300" autoplay src="images/thera/amir5.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Huh? Excuse me..umm I wanted to go into the therapist's office.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$amiricon]] ''Girl: ''Hey <<print $name>>! Don't you recognize me? It's me, Amir.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?! But how?!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Well.. the procedure was successful and.. and I am completely healthy but unfortunately there are side effects.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: '' (Approve him)You look a little different..That's true.. but the most important thing is that you are healthy! [[That's all that matters!|therapist session part2-2]] <br> (End the friendship) This is very strange...uhh [[I have to go now.|business district][$thera.start to 33;$amir to 999;$amirtrans to 1;]] </div> <</timed>> <</if>> <<if $thera.start == 33>> <video width="1300" autoplay src="images/thera/thera41.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What is this supposed to be?!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''This is my dear.. are bras. There are different types of bras and they have different uses.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Well..okay [[but|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 34>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/millie1.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Just relax honey!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Uhhh..but..but it's so unexpected..ahh!!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Just relax and think about big black dicks!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Girl: ''Yesss ahhh I'm starting to feel [[that!|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 35>> <video width="1300" autoplay src="images/thera/thera42.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>>, I've been waiting a long time to do this but I'm proud to present you this beautiful set!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What? What is this even supposed to mean? I'm a man! <br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hey! [[Shut your mouth!!|therapist session part2-2]] </div> <</timed>> <</if>> <<if $thera.start == 36>> <video width="1300" autoplay src="images/thera/thera44.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm <<print $name>> you look wonderful!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh..I don't feel that way.. somehow. <br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I know honey, I know, that's why the new surprise, check out [[this new wig!!|therapist session part2-2][$mattheelswalk to 1]] </div> <</timed>> <</if>> <<if $thera.start == 37>> <video width="1300" autoplay src="images/thera/thera45.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hello my dear, it's going to be a beautiful day!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm really?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes! I won't yell at you anymore just practice walking in these shoes in the [[hallway|therapist session part2-2][$mattheelswalk to 1]] </div> <</timed>> <</if>> <<if $thera.start == 38>> <<set $mattheelswalk to 1>> <video width="1300" autoplay src="images/thera/heelstrain.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I'm doing pretty well!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's enough for today, my love.[[Leave|business district][$thera.start to 39;$mc.heel += 10;$mattheelswalk to 0;]]<br> <br>@@.blink;<em>(High heels, level up!)</em>@@ </div> <</timed>> <</if>>
<<if $mattheelswalk == 1>> <<else>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <</if>> <<if $thera.start == 6 || $thera.start == 7>> <video width="1300" autoplay src="images/thera/thera16.webm"></video> <br> [[after a while|therapist session part2-3]] <</if>> <<if $thera.start == 8>> <video width="1300" autoplay src="images/thera/therafuck2.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm soo warm and tasty yesss cum on me!!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh hmm she looks [[amazing|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 9>> <video width="1300" autoplay src="images/thera/thera19.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh this is so hot! What's going on uhh!!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You adapted very well!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen. There's nothing to be [[ashamed of|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 10>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Thank you, now I feel [[better|business district][$thera.start to 11]] </div> <</timed>> <</if>> <<if $thera.start == 11>> <video width="1300" autoplay src="images/thera/thera19.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhhh it's weird and.. exciting.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You adapted very well!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen. There's nothing to be ashamed of.. I know you [[like it|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 12>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Ahh Thank you, doctor!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh! Mmm uhh okay mmm you're welcome, honey!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Mmm but you have to stop [[now|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 13>> <video width="1300" autoplay src="images/thera/thera19.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm I can handle it!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You adapted very well and you're submissive.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Wonderful!Really.. I think you're ready for the [[next stage|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 14>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney5.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''end tell me, do you like sucking cocks?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Ohh I didn't think about it.. until now<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe you should honey [[you should|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 15>> <video width="1300" autoplay src="images/thera/thera29.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You seem more calm today.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know what to think about it..really.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You know what I think [[about it?|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 16>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therabimbo3.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> ''Girl: ''I'm calmer now.<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm hehe Of course you are.<br> </div> <</timed>> <<timed 3s>> [[Leave|business district][$thera.start to 17]] <</timed>> <</if>> <<if $thera.start == 18>> <video width="1300" autoplay src="images/thera/thera30.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What? But what is this?!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''It's a wig, a gift for you.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No, no, you won't drag me into this!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Don't be dramatic! You have no choice and end of [[discussion|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 19>> <video width="1300" autoplay src="images/thera/thera31.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This..this isn't me!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen <<print $name>> You have no choice but to accept it!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughhh...<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Calm down..you look good, you know, for the future - [[don't worry so much|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 20>> <video width="1300" autoplay src="images/thera/thera32.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is a nightmare!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''No, it doesn't have to be like that..look in the mirror<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughhh...I want to go home.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''In a moment, but look in the mirror [[please|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 21>> <video width="1300" autoplay src="images/thera/thera33.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You are very calm today, I admire that.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You like being submissive [[don't you?|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 22>> <video width="1300" autoplay src="images/thera/thera33.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Listen, I'm really proud of you, keep it up!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm right..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You look really good [[you know|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 25>> <video width="1300" autoplay src="images/thera/thera38.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Jesus <<print $name>>! Open your mind to new possibilities for your future!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I just want to save my marriage, remember?<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You won't do it! You won't if you stay stuck in the same constraints. Open up to your feminine side!<br></div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm I don't believe you, but I won't argue the point. [[Leave|business district][$thera.start to 26;$emma to 1;]] </div> <</timed>> <</if>> <<if $thera.start == 26>> <video width="1300" autoplay src="images/thera/amir3.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Maybe not everything is as it seems..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''I know <<print $name>>, but my situation is difficult.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay <<print $name>> I think that's enough. You have spoken your [[mind|therapist session part2-3]]</div> <</timed>> <</if>> <<if $thera.start == 27>> <video width="1300" autoplay src="images/thera/emma2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Who's that?<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Nobody hehe..another patient, he has problems with his wife.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''He's married? He looks so gay.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! Stop it. That's not true!<br> </div> <</timed>> <<timed 6s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Hehe sure! Right! Hehe I'm in a hurry but we'll check it out [[one day|business district][$thera.start to 28]]<br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 28>> <video width="1300" autoplay src="images/thera/emma4.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I have a wife..uhh<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Yeah..yeah..You said hehe you don't like my body?<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What to do now..<br> </div> <</timed>> <<timed 5s>> <div class="fadein"> [[Meanwhile|therapist session part2-3]] </div><</timed>> <</if>> <<if $thera.start == 29>> <video width="1300" autoplay src="images/thera/emma8.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Ohhh look at me <<print $name>> this is what a real woman looks like!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hehe yess wonderful! Don't hold back!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Ahhh I'm not going to[[Uhhh|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 32>> <video width="1300" autoplay src="images/thera/amir6.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Oh! Do you really think so? You're very nice... you always have been.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''You too! I hope everything will start falling into place now.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''I'm starting to believe it! [[Thank you..and|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 33>> <video width="1300" autoplay src="images/thera/thera36.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What does this have to do with me?<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmmm nothing at the moment..but we'll come back to this later.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''[[That's weird|business district][$thera.start to 34]] </div> <</timed>> <</if>> <<if $thera.start == 34>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/millie2.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> ''Girl: ''Ahhh soo nice..mmmm yesss!<br> </div> <</timed>> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Very good, you would make a wonderful porn actress!<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> ''Girl: ''Yesss I'll do it...I want this ahhh!!<br> </div> <</timed>> <<timed 4s>> [[Leave|business district][$thera.start to 35]] <</timed>> <</if>> <<if $thera.start == 35>> <video width="1300" autoplay src="images/thera/thera43.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You're mine! You hear me?! MINE! You will do whatever I fucking say!!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Oh..okay..okay..we need to calm down..just be a good boy and put on this [[outfit|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 36>> <video width="1300" autoplay src="images/thera/thera45.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I really like you in this outfit. If you were a woman, you would be a very attractive for sure!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh..You're bullying me..<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''No! No <<print $name>> listen to me and believe me, you are wonderful, look in the [[mirror!|therapist session part2-3]] </div> <</timed>> <</if>> <<if $thera.start == 37>> <video width="1300" autoplay src="images/thera/heelstrain.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm let's try, maybe it won't be that bad.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''That's enough for today, my love. [[Leave|business district][$thera.start to 38;$mc.heels += 10;$mc.femi += 1;$mattheelswalk to 0;]]<br> <br>@@.blink;<em>(New skill - high heels, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>>
<<if $mattheelswalk == 1>> <<else>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <</if>> <<if $thera.start == 6>> <video width="1300" autoplay loop src="images/thera/thera18.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No! Fuck!! What the fuck is this?! Aghh to tight! This is too much!!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Calm down <<print $name>> it's completely normal, it's nothing unusual..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Never! I have to take off this outfit now!!<br> </div> <</timed>> <<timed 8s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Uhh! Okay, okay..You can start changing your clothes, we're done for [[today|therapist session part2-4]] </div> <</timed>> <</if>> <<if $thera.start == 7>> <video width="1300" autoplay loop src="images/thera/thera17.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh this shit again! Very uncomfortable uhh!!<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't act like a child <<print $name>>! You've got to endure it somehow!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''It doesn't make sense!<br> </div> <</timed>> <<timed 8s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Hmm Okay sweetie..You can start changing your clothes, we're done for [[today|therapist session part2-4]] </div> <</timed>> <</if>> <<if $thera.start == 8>> <video width="1300" autoplay src="images/thera/therafuck3.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Huh? Why are you staring? Are you some kind of pervert?! Session canceled, get the fuck out!<br> </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 9;$mc.lust +=1;]] <</timed>> <</if>> <<if $thera.start == 9>> <video width="1300" autoplay src="images/thera/thera23.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(Hmm Maybe if I'm nicer to her, I'll be able to trick her?)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Thank you for supporting me.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Heh Of course honey! I'm here for you.<br> </div> <</timed>> <<timed 5s>> [[Get out|business district][$thera.start to 10;$mc.lust +=1;]] <</timed>> <</if>> <<if $thera.start == 11>> <video width="1300" autoplay src="images/thera/thera24.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(Let's try again)</em><br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I feel really good with your help.<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Heh Of course honey! I'm here for you.<br> </div> <</timed>> <<timed 5s>> [[Get out|business district][$thera.start to 12;$mc.lust +=1;]] <</timed>> <</if>> <<if $thera.start == 12>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney3.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Mmm but I'm so horny!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I completely understand you mmm over time, you will get the hang of it<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Girl: ''ohh I don't know if I want this..<br> </div> <</timed>> <<timed 5s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''heh you are so [[sweet|business district][$thera.start to 13;$mc.lust +=1;]] </div> <</timed>> <</if>> <<if $thera.start == 13>> <<set $mc.saturation +=5>> <<set $mc.saturation2 +=5>> <<set $mc.lust +=2>> <<set $mc.femi +=5>> <video width="1300" autoplay src="images/thera/thera25.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh!! What?! What is this??<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Don't be nervous..it will help you to be a better person.<br> </div> <</timed>> <<timed 4s>> @@.blink;<em>(<<print $name>> status has changed, unknown substance injected, check the 'Characters' button)</em>@@ <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''<em>(What did I get myself into?)</em><br> </div> <</timed>> <<timed 6s>> [[Get out|business district][$thera.start to 14]] <</timed>> <</if>> <<if $thera.start == 14>> <style>strong{color: #b74379;text-shadow: none;}</style> <video width="1300" autoplay src="images/thera/therasydney6.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> ''Girl: ''Umm.. I think I'll do that.<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Absolutely, it's a doctor's [[recommendation|business district][$thera.start to 15]] </div> <</timed>> <</if>> <<if $thera.start == 15>> <video width="1300" autoplay src="images/thera/thera28.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''I think you're starting to like it.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ohh..<br> </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 16]] <</timed>> <</if>> <<if $thera.start == 18>> <video width="1300" autoplay loop src="images/thera/thera31.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh it's so weird, I feel dizzy..I don't want this..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Oh! you're such a pussy.. that's enough for today [[get the fuck out!|business district][$thera.start to 19]] </div> <</timed>> <</if>> <<if $thera.start == 19>> <video width="1300" autoplay src="images/thera/thera32.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm ohh..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''You see <<print $name>>, you can do it, okay [[that's all for today|business district][$thera.start to 20]] </div> <</timed>> <</if>> <<if $thera.start == 20>> <video width="1300" autoplay src="images/thera/thera33.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You see, you look very attractive.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Mmm Like a completely different person!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''That's right <<print $name>>, okay [[that's all for today|business district][$thera.start to 21]] </div> <</timed>> <</if>> <<if $thera.start == 21>> <video width="1300" autoplay src="images/thera/thera34.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Girl? Oh..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Who knows what the future will bring. Okay [[that's all for today|business district][$thera.start to 22]] </div> <</timed>> <</if>> <<if $thera.start == 22>> <video width="1300" autoplay src="images/thera/thera35.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh my god, what are you doing?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''It's okay honey, I'm just checking something...[[you can go home now|business district][$thera.start to 23;$mc.sub += 1;]] </div> <</timed>> <</if>> <<if $thera.start == 26>> <video width="1300" autoplay src="images/thera/amir4.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$theraicon]] ''Therapist: ''Okay, we will set a date for therapy now.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''Yes, I am determined<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay, glad to hear that, <<print $name>> you can [[leave|business district][$thera.start to 27;]]</div> <</timed>> <</if>> <<if $thera.start == 28>> <video width="1300" autoplay src="images/thera/emma5.webm"></video> <br> <<timed 2s>> <div class="fadein"> Someone is secretly recording this session.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [[Return|therapist session part2-4]] </div> <</timed>> <</if>> <<if $thera.start == 29>> <video width="1300" autoplay src="images/thera/emma9.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''I'm so dirty! Ohhh My pussy! Ahhh so good!<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Yes honey you are wonderful!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''I'm cumming ahhh!! <br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [[End of session|business district][$thera.start to 30;$emma to 2;]] </div><</timed>> <</if>> <<if $thera.start == 32>> <video width="1300" autoplay loop src="images/thera/amir7.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''You've changed too...but I like it.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''heh..uhh..thanks...that's nice..heh..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$amiricon]] ''Amir: ''I hope to see you again..my friend.. [[bye!|business district][$thera.start to 33;$amir to 2;$amirtrans to 1;]]<br> <br>@@.blink;<em>(Character status changed, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $thera.start == 35>> <video width="1300" autoplay src="images/thera/thera44.webm"></video> <br> <<timed 1s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Wonderful! Truly wonderful, my little princess!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''...uhhh<br> </div> <</timed>> <<timed 3s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''Okay, hmm we'll end this for today because I see you're starting freak in out hehe [[see you tomorrow|business district][$thera.start to 36;$mc.sub += 1;]] </div> <</timed>> <</if>> <<if $thera.start == 36>> <video width="1300" autoplay src="images/thera/thera46.webm"></video> <br> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh.. from a distance I look like..<br> </div> <</timed>> <<timed 4s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''a WOMAN <<print $name>> that's right, [[see you tomorrow honey!|business district][$thera.start to 37;$mc.sub += 1;$mc.femi += 1;$mattheelswalk to 0;]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $thera.start == 6>> <video width="1300" autoplay src="images/thera/thera21.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Fuck. I'm shaking, what's going on? What a nightmare this is..<br> </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 7;$mc.femi +=1;$mc.lust +=1;$mc.sub +=5;$mc.mind -= 1;$money -= 100;]] <</timed>> <<timed 5s>> <br>@@.blink;<em>(<<print $name>>'s' status has changed, check the 'Characters' button)</em>@@ <</timed>> <</if>> <<if $thera.start == 7>> <video width="1300" autoplay src="images/thera/thera22.webm"></video> <br> <<timed 2s>> <div class="icon icontherapist fadein"> [img[$theraicon]] ''Therapist: ''You're handling it pretty well, I'm proud of you. </div> <</timed>> <<timed 4s>> [[Get out|business district][$thera.start to 8;$mc.femi +=1;$mc.lust +=1;$mc.sub +=3;$money -= 100;]] <</timed>> <</if>> <<if $thera.start == 28>> <video width="1300" autoplay src="images/thera/emma6.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''You're right hehe he is completely flat and soft. His dick doesn't work at all!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! I'm stressed and... and I have a wife!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$emmaicon]] ''Emma: ''Keep fooling yourself loser I'm [[out of here|business district][$thera.start to 29;]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0 && $boss.michelle == 0>> <video width="1300" autoplay src="images/work/michelle3.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hello! Hello everyone! Especially you, my sunshine hehe<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh Brad! You always know what to say!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''That's why I'm the best seller [[here!|michelle4]] </div> <</timed>> <</if>> <<if $michelle.start == 0 && $boss.michelle == 1>> <video width="1300" autoplay src="images/work/michelleboss3.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''mmm so tasty hehe thank you for lunch!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She seems [[happy|michelle4]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0 && $boss.michelle == 0>> <video width="1300" autoplay src="images/work/michelle5.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh you are Brad!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Thank you, darling!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Oh Brad!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Uhmmm! Okay but! Even the best salesman has to sell!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Yes sir!! I'm going to sell expensive apartments right now!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Good! Hmm and [[you|michelle5]] </div> <</timed>> <</if>> <<if $michelle.start == 0 && $boss.michelle == 1>> <video width="1300" autoplay src="images/work/michelleboss4.webm"></video> <br> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She's looking at me [[I have to go!|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $michelle.start == 0>> <video width="1300" autoplay src="images/work/michelle6.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''<<= $name>> I advise you to go back to work, your situation is really bad!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes sir! Right away, Sir! [[Work|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <video width="1300" autoplay src="images/park/parksara.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Great weather today!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm yeah, [[definitely|walk with sara2]] </div> <</timed>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <video width="1300" autoplay src="images/park/parksara6.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Beautiful park! The flowers, the scent and the colors, wonderful!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe and that's interesting, how long have you been paying attention to colors?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm uhh I don't..I don't remember, [[let's go back|home]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Oh what a surprise <<print $name>>, Sara! Welcome! Please [[come in!|mother house3]] </div> <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit4.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Oh What a nice surprise!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hi mom!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''WOW <<print $name>> you look so young, you have to sell me your face creams!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't really have any, maybe we should [[sit down|mother house3]] </div> <</timed>> <</if>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit2.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Umm thanks!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Come, come, let's [[sit down|mother house4]] </div> <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit5.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Hmm so..how are you? when will you give me a grandson?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh mom please, can we just drop this?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Well, with your son's condition it's probably never..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''What? What do you mean by that?<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Eee..it's nothing, mom, we should go back<br> </div> <</timed>> <<timed 6s>> [[Return home|home][$timeofday += 1;]] <</timed>> <</if>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mother.start == 0>> <video width="1300" autoplay src="images/mother/mothervisit3.webm"></video> <br> <<timed 1s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Hmm so..How are things going for you? How are you doing at work?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I work a lot but it's hard. There is big competition right now.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Uhh my child..When I was your age, I already had a child and participated in church life. It was a decent and peaceful life.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh mom..don't start again..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ughh..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmother fadein"> [img[$mothericon]] ''Mother: ''Okay..young people know everything better.. <br> </div> <</timed>> <<timed 7s>> [[Return home|home][$timeofday += 1;]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''We should do this more often.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Sure, [[why not|walk with sara3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara3.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh my! [[He's big|walk with sara4]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara4.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''He looks at me, it's so [[intense|walk with sara5]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/parksara5.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh H..hey..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''What?! Who is this guy??<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm I don't know.. [[let's go|home]] </div> <</timed>>
<<if $sara.saturation >= 4 && $amanda.start < 3>> <video width="1300" autoplay src="images/profiles/sarainsta.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm interesting, she seems happy which is good.[[Laptop|laptop]] </div> <</timed>> <</if>> <<if $amanda.start >= 3>> <<timed 1s>> <div class="fadein"> <video width="1300" autoplay src="images/profiles/sarainsta2.webm"></video> <br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Nice meeting with my sister.<br> </div> <</timed>> <<timed 3s>> <div class="fadein"> <video width="1300" autoplay src="images/profiles/sarainsta3.webm"></video> <br> <video width="1300" autoplay src="images/profiles/sarainsta4.webm"></video> <br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''They're having a good time..<br> </div> <</timed>> <<timed 5s>> <video width="1300" autoplay src="images/profiles/sarainsta5.webm"></video> <br> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..[[Laptop|laptop]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <video width="1300" autoplay src="images/work/sarawork.webm"></video> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! What a nice surprise! I didn't expect that!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''I felt better and decided to visit you.<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> <<switch random (1,2)>> <<case 1>> [[Suddenly|sara michelle]] <<case 2>> [[Suddenly|sara brad]] <</switch>> </div> <</timed>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<switch random(1,2)>> <<case 1>> <video width="1300" autoplay src="images/work/sarawork6.webm"></video> <<case 2>> <video width="1300" autoplay src="images/work/sarawork7.webm"></video> <</switch>> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hey handsome! Uhh have you lost some weight? Your body has changed a bit.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh hey umm I don't think so..<br> </div> <</timed>> <<timed 3s>> <div class="fadein"> [[Work|work]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/work/sarawork2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hi everyone!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh wow you look gorgeous!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''heh you are very nice but I just look normal like everyone else.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm maybe but still..<br> </div> <</timed>> <<timed 5s>> <div class="fadein"> [[Work|work]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/work/sarawork3.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Mmm Sara nice to see you again, you look really beautiful!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm yeah..hey Brad..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''You're not happy to see me or [[maybe|sara brad2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $sara.saturation < 5>> <<set $sara.saturation +=1>> <<set $sara.sub +=1>> <<set $sara.mood +=1>> <</if>> <<if $sara.lust < 4>> <<set $sara.lust += 1>> <</if>> <video width="1300" autoplay src="images/work/sarawork4.webm"></video> <br> <<timed 1s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Will you finally leave this loser and we will meet someday?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Huh?! Definitely not!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hehe okay [[not yet|sara brad3]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $sara.saturation < 5>> <<set $sara.saturation +=1>> <<set $sara.sub +=1>> <<set $sara.mood +=1>> <</if>> <<if $sara.lust < 4>> <<set $sara.lust += 1>> <</if>> <video width="1300" autoplay src="images/work/sarawork5.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hey! Cut it out, okay?!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Okay hehe, okay just..just kidding, jeez..everyone is so sensitive suddenly..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Right..I'm going home, bye honey!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Bye, thanks for visiting me<br> </div> <</timed>> <<timed 5s>> <div class="fadein"> [[Work|work]] </div> <</timed>>
<<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<switch random(1,3)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome3.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome4.webm"></video> <<case 3>> <video width="1300" autoplay src="images/home/sarahome5.webm"></video> <</switch>> <<if $sara.saturation >= 4>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe this is really funny!<br> </div> <<if $timeofday == 4 && $timeofday != 5 && $mc.femi > 5 && not hasVisited("saramattliv2") || $day == 6 && $timeofday != 5 && $mc.femi > 5 && not hasVisited("saramattliv2") >> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Come to me my @@.blink;[[husband|saramattliv][$timeofday to 5]]@@ </div> <</timed>> <</if>> <</if>> <<timed 1s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <video width="1300" autoplay src="images/home/sarahome8.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uh? Umm You look different..younger, interesting..<br> </div> <<timed 1s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>> <<timed 1s>> <<if $timeofday == 4 && $sara.saturation >= 2 && $violet.active == 0 && $thera.start >= 22 && $violet.start == 1>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 26 && $amanda.start == 1 && $amanda.bbc == 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 34 && $amanda.start == 2 && $amanda.bbc >= 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $housework.start >= 3 && $housework.living == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> <br>@@.blink;[[Vacuuming|vacuuming][$housework.living to 1]]@@ <</if>> <</timed>> <</if>>
<<if ndef $saraout>><<set $saraout to 0>><</if>> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <video width="1300" autoplay src="images/home/saraoutintro.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Sarah went out somewhere..<br> </div> <<else>> <<switch random(1,3)>> <<case 1>> <video width="1300" autoplay src="images/home/sarahome3.webm"></video> <<case 2>> <video width="1300" autoplay src="images/home/sarahome4.webm"></video> <<case 3>> <video width="1300" autoplay src="images/home/sarahome5.webm"></video> <</switch>> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hehe this is really funny!<br> </div> <</if>> <<timed 1s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <<switch random (1,5)>> <<case 1>> [[Find your wife|saraout][$timeofday to 5;$saraout to 1;]] <<case 2>> [[Find your wife|saraout][$timeofday to 5;$saraout to 2;]] <<case 3>> [[Find your wife|saraout][$timeofday to 5;$saraout to 3;]] <<case 4>> [[Find your wife|saraout][$timeofday to 5;$saraout to 4;]] <<case 5>> [[Find your wife|saraout][$timeofday to 5;$saraout to 5;]] <</switch>> <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> [[Leave|home]] <</timed>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <video width="1300" autoplay src="images/home/saraoutintro2.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Sarah went out somewhere..<br> </div> <<else>> <video width="1300" autoplay src="images/home/sarahome8.webm"></video> <br> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uh? Umm You look different..younger, interesting..<br> </div> <</if>> <<timed 1s>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> <<switch random (1,5)>> <<case 1>> [[Find your wife|saraout][$timeofday to 5;$saraout to 1;]] <<case 2>> [[Find your wife|saraout][$timeofday to 5;$saraout to 2;]] <<case 3>> [[Find your wife|saraout][$timeofday to 5;$saraout to 3;]] <<case 4>> [[Find your wife|saraout][$timeofday to 5;$saraout to 4;]] <<case 5>> [[Find your wife|saraout][$timeofday to 5;$saraout to 5;]] <</switch>> <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Watch TV|hypnotv][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $timeofday != 5 || $day == 6 && $timeofday != 5>> [[Rest|rest living room][$timeofday to 5]] <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $violet.active == 0 && $thera.start >= 22 && $violet.start == 1>> <br>@@.blink;[[Doorbell|violet visit][$violet.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 26 && $amanda.start == 1 && $amanda.bbc == 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $timeofday == 4 && $sara.saturation >= 2 && $amanda.active == 0 && $thera.start >= 34 && $amanda.start == 2 && $amanda.bbc >= 1 && $violet.start >= 1 && $violet.active == 0>> <br>@@.blink;[[Doorbell|amanda visit][$amanda.active to 1]]@@ <</if>> <<if $housework.start >= 3 && $housework.living == 0 && $day != 6 && $timeofday == 4 && $timeofday != 5>> <br>@@.blink;[[Vacuuming|vacuuming][$housework.living to 1]]@@ <</if>> <br> [[Leave|home]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<if $saraout == 1>> <video width="1300" autoplay src="images/out/saraout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay src="images/out/saraout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 3>> <video width="1300" autoplay src="images/out/mattout2.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..Wait..what?! Is that my sister?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 4>> <video width="1300" autoplay src="images/out/mattout3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow is that my Michelle?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 5>> <video width="1300" autoplay src="images/out/mattout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow I can almost see that girl's ass!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <<if $saraout == 1>> <video width="1300" autoplay src="images/out/saraout3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay src="images/out/saraout3.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..I wonder what they are talking about.<br> </div> <</timed>> <<timed 2s>> [[Listen|saraout2]] <</timed>> <</if>> <<if $saraout == 3>> <video width="1300" autoplay src="images/out/mattout4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm..Wait..what?! Is that my sister?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 4>> <video width="1300" autoplay src="images/out/mattout5.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow is that my Michelle?!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <<if $saraout == 5>> <video width="1300" autoplay src="images/out/mattout4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Wow I can almost see that girl's ass!<br> </div> <</timed>> <<timed 2s>> [[Take a closer look|saraout2]] <</timed>> <</if>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $saraout == 1>> <video width="1300" autoplay loop src="images/out/saraout2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hehe honey! Believe me, his dick was abnormally big! I've never seen anything like this!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh my..umm I don't know if I should listen to this.<br> </div> <</timed>> <<timed 3s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <<if $saraout == 2>> <video width="1300" autoplay loop src="images/out/saraout2.webm"></video> <br> <<timed 1s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''Hehe honey! Believe me, his dick was abnormally big! I've never seen anything like this!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Oh my..umm I don't know if I should listen to this.<br> </div> <</timed>> <<timed 3s>> [[Hello girls!|saraout3]] <</timed>> <</if>> <<if $saraout == 3>> <<if $amanda.start == 3>> <video width="1300" autoplay src="images/sis/amanda11.webm"></video> <<else>> <video width="1300" autoplay src="images/sis/amanda3.webm"></video> <</if>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Yes, that's my sister with some guy..<br> </div> <</timed>> <<timed 2s>> [[I don't know him|saraout3]] <</timed>> <</if>> <<if $saraout == 4>> <video width="1300" autoplay src="images/out/michelleout.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know this guy hmm interesting.<br> </div> <</timed>> <<timed 2s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <<if $saraout == 5>> <video width="1300" autoplay src="images/out/outrandom.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''She's with some guy..teasing him.<br> </div> <</timed>> <<timed 2s>> [[She is coming here|saraout3]] <</timed>> <</if>>
<<if $saraout == 2>> <video width="1300" autoplay src="images/sis/violet3.webm"></video> <br> <<timed 1s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''What are you gossiping about?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Eeee..uhh..We don't talk about anything hehe<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmichelle fadein"> [img[$michelleicon]] ''Michelle: ''About big dicks!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconviolet fadein"> [img[$violeticon]] ''Violet: ''Oh!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Michelle come on..<br> </div> <</timed>> <<timed 6s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <<if $saraout == 3>> <<if $amanda.bbc == 0>> <video width="1300" autoplay loop src="images/sis/amanda4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Weird.. I hope it's nothing serious.<br> </div> <</timed>> <<timed 2s>> <<if $amanda.bbc == 0>><<set $amanda.bbc to 1>><</if>> [[Stop eavesdropping|living room]] <br>@@.blink;<em>(Amanda status has changed, check the 'Characters' button)</em>@@ <</timed>> <<else>> <<if $amanda.start == 3>> <video width="1300" autoplay src="images/sis/amanda12.webm"></video> <<else>> <video width="1300" autoplay loop src="images/sis/amanda4.webm"></video> <</if>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] <<if $amanda.start == 3>> ''<<print $name>>: ''Ah yes..Amanda with a new boyfriend.<br> <<else>> ''<<print $name>>: ''Weird.. I hope it's nothing serious.<br> <</if>> </div> <</timed>> <<timed 2s>> [[Stop eavesdropping|living room]] <</timed>> <</if>> <</if>> <<if $saraout == 5>> <<if $mc.femi <= 7 && $thera.start < 18 && $mc.saturation2 < 6>> <<switch random (1,2)>> <<case 1>> <video width="1300" autoplay src="images/out/outrandom2.webm"></video> <<case 2>> <video width="1300" autoplay src="images/out/outrandom3.webm"></video> <</switch>> <</if>> <<if $mc.femi >= 7 && $thera.start >= 18 && $mc.saturation2 >= 6>> <video width="1300" autoplay loop src="images/out/outrandom4.webm"></video> <</if>> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Oh she is very tempting and sexy..<br> </div> <</timed>> <<timed 2s>> [[Stop looking|living room]] <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/sarahome6.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm <<print $name>> I'm so horny today..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I feel the same way.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Ohh just fuck me right [[now|saramattliv2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/sarahome7.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Uhh yes <<print $name>> I bet your dick is already hard..<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm uhh hmm..<br> </div> <</timed>> <<timed 5s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''What? Why? You are so soft..you don't want me? I'm not attractive to you? Ohh..<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''I don't know what's going on..<br> </div> <</timed>> <<timed 6s>> [[Leave|living room]] <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/park/bench.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hmm I've seen that girl before..<br> </div> <</timed>> <<timed 2s>> [[Stop staring|home]] <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/intro4.webm"></video> <br> Main character name (default: Matt)<br> <<textbox "$name" $name >> <br> <<button [[Confirm|start2]]>> <<set $name to $name.trim()>> <</button>> \
<<set $thera.start to 18>> <<set $mc.saturation2 to 6>> <<set $boss.michelle to 1>> <<set $matticon to "images/profiles/matticon2.png">> <<set $violet.lust to 1>> <<set $amanda.lust to 1>> <video width="1300" autoplay loop src="images/home/shower3.webm"></video> <br> <<timed 4s>> Fuuck! What? My facial hair? Uhh My facial hair is gone! I look younger..<br> <</timed>> <<timed 6s>> [[Time to go|bathroom]] @@.blink;<em>(<<print $name>> status has changed, unknown active substance, check the 'Characters' button)</em>@@ <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/work/mattbrad2.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''New outfit and you can see the difference immediately!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Come on Brad..not today please..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Just kidding! Heh.. [[but|bradmatt2]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/work/mattbrad3.webm"></video> <br> <<timed 2s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''that shiny skin is adorable..like a little boy's!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ehhh.. I better get back to work..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconbrad fadein"> [img[$bradicon]] ''Brad: ''Hehe You definitely should! <<print $name>> [[Leave|work]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/home/baddream.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No..No! I don't want that Ughh..no..<br> </div> <<switch random(1,6)>> <<case 2>> [[Wake up|dream3]] <<default>> [[Wake up|bedroom]] <</switch>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/baddream2.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahhh!! Nooo!!<br> </div> <<timed 1s>> [[Wake up!!|dream4]] <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay loop src="images/home/baddream3.webm"></video> <br> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Damn..ohh..what a nightmare! Jesus!!<br> </div> <<timed 1s>> [[Get up|bedroom]] <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $amanda.start == 1>> <video width="1300" autoplay src="images/sis/amanda7.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''She's an adult woman, she knows what she's doing, it's her life.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Thank you, Sara! Bye! <<print $name>>! [[It was nice seeing you!|home][$amanda.start to 2;$amanda.bbc +=1;$amanda.lust +=1;$timeofday to 5;]] </div> <</timed>> <</if>> <<if $amanda.start == 2>> <video width="1300" autoplay src="images/sis/amanda10.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hmm He looks very strong and dominant, congratulations Amanda!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconamanda fadein"> [img[$amaicon]] ''Amanda: ''Thanks, but remember - he's mine.<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Whaat? Umm okay, well nice that you dropped by, [[see you soon ughh..|home][$amanda.start to 3;$amanda.bbc +=1;$amanda.lust +=1;$timeofday to 5;]] <br>@@.blink;<em>(Amanda status has changed, check the 'Characters' button)</em>@@ <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ <br>@@.blink;<em>(Sara's Instagram updated - Laptop)</em>@@ </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $apart.landlord == 1>> <div class="fadein"> <video width="1300" autoplay src="images/home/landlord.webm"></video> </div> <br> <<timed 2s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Hi everyone! You didn't pay your rent, no good, no good..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh really sorry sir! Well I've had some cash problems lately..<br> </div> <</timed>> <<timed 4s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Hello sir!<br> </div> <</timed>> <<timed 5s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''Oh Hello beautiful!<br> </div> <</timed>> <<timed 6s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''This is my wife - Sara.<br> </div> <</timed>> <<timed 7s>> <div class="icon fadein"> [img[$landlordicon]] ''Landlord: ''This is your beautiful wife? Okay hehe you know what let's forget about this rent..<br>we'll deal with it another time! [[Bye|home][$apart.landlord to 2]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 0>> <video width="1300" autoplay src="images/work/mattoffice5.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Ehmm <<= $name>> Maybe at least try to sell something today, okay?<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Umm yes sir..uhh..right away sir.[[Back to work|work][$boss.start to 1]]<br> </div> <</timed>> <</if>>
<<if ndef $reporter>> <<set $reporter to 0>> <<set $reportericon to "images/profiles/reportericon.png">> <</if>> <<if $reporter == 0>> <video width="1300" autoplay src="images/thera/reporter.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Excuse me, sir! I see you're going to the clinic. Do you know anything about the strange experiments going on at this clinic?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''What? Eee no.. no! Sorry! I have to [[go now|reporter2]] </div> <</timed>> <</if>> <<if $reporter == 1>> <video width="1300" autoplay src="images/thera/reporter3.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''I just want to talk! Come on.. give me a chance!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''No, no, thank you..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Listen, I know you don't trust me, give me 5 minutes and I'll go away! I promise!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Hmm okay..there is a cafe nearby, we can [[talk there|reporter2]] </div> <</timed>> <</if>>
<<if $reporter == 0>> <video width="1300" autoplay src="images/thera/reporter2.webm"></video> <br> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Okay but why are you running sir?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''No! I'm not running!<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Haha! Yes you do!<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''No! Uff no I don't..bye!! [[Run away|therapist][$reporter to 1]] <br>@@.blink;<em>(New character added, check the 'Characters' button)</em>@@ </div> <</timed>> <</if>> <<if $reporter == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter4.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''We can sit down and talk...I hope no one notices us.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Of course, thank you for [[trusting me|reporter3]] </div> <</timed>> <</if>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/home/saramast.webm"></video> <br> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Mmm yess I need a strong horny man!<br> </div> <div class="fadein"> [[Work|work]] </div> <</timed>>
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 1>> <video width="1300" autoplay src="images/work/mattoffice6.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Hello sir! Umm I have a special offer for you, a big house for a really low price! Special prices only at our agency!<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> ''Client: ''Okay, how much?<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''How..how much..hmm uhh okay, just..I check in the system..<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> ''Client: ''Don't you know? Then don't waste my time, loser.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh damn..Guess I’m not as good of a small talker as I thought.. <br> Michelle or Brad they are very good at it..and they look hot!<br> [[Back to work|work][$boss.start to 2]] </div> <</timed>> <</if>>
<video width="1300" autoplay loop src="images/home/mastshower.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Ahh come on! Why is he so soft? Uhhh..It's useless..<br> </div> <</timed>> <<timed 2s>> [[Stop doing this|bathroom]] <</timed>>
<<script>>Save.slots.save(1, "Autosave - household chores")<</script>> <video width="1300" autoplay src="images/home/housework4.webm"></video> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Listen, honey..since you're not fully..hmmm a man, it's time for housework, taking out the trash, vacuuming, washing up, starting tomorrow!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ugh..umm okay..as you wish, dear.. <br>@@.blink;<em>(Starting Monday, <<print $name>> has to check the apartment after work for household chores: house, living room, kitchen). Remember to clean up these three places by next Sunday.</em>@@ <br> [[Bedroom|bedroom][$housework.start to 2;]] </div> <</timed>>
<div class="fadein"> <video width="1300" autoplay src="images/home/housework.webm"></video> </div> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Uhh..it really stinks.. [[Go back inside|home][$timeofday to 5]] </div> <</timed>>
<div class="fadein"> <video width="1300" autoplay src="images/home/housework2.webm"></video> </div> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Well..hmm time to do the dishes.. <br> </div> <</timed>> <<timed 2s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Wash thoroughly!<br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ahh!! Yes! Of course, honey..uhh <br> [[After some time|home][$timeofday to 5]] </div> <</timed>>
<div class="fadein"> <video width="1300" autoplay src="images/home/housework3.webm"></video> </div> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Okay, you do what you have to do, no excuses. <br> [[Enough|home][$timeofday to 5]] </div> <</timed>>
<<if $reporter == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter5.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''I wanted to tell you that I know the situation of this mysterious clinic.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Okay..but what exactly do you mean?<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''For about a year now, I have been investigating the mysterious disappearances of people who were treated at this clinic.<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''The sexy therapist has a lot to do with it, unfortunately there is no proof because the witnesses disappear.. What's more interesting is that before they disappear, their appearance and behavior [[change|reporter4]] </div> <</timed>> <</if>>
<<if $reporter == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter6.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''That's interesting, keep talking.<br> </div> <</timed>> <<timed 2s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Umm okay..so..I suspect some kind of gene therapy and brainwashing. <br> </div> <</timed>> <<timed 3s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''But why do they do such terrible things?<br> </div> <</timed>> <<timed 4s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Maybe control over people.. influence over them, human trafficking..who knows..If this therapy works the possibilities are endless.<br> </div> <</timed>> <<timed 5s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Okay but even if it's true, what do you expect [[from me?|reporter5]] </div> <</timed>> <</if>>
<<if $reporter == 1>> <style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <video width="1300" autoplay src="images/thera/reporter7.webm"></video> <br> <<timed 1s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''Secretly observe the therapist, maybe you will get some information about the therapy or patient data.<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Hmm I'll think about it..<br> </div> <</timed>> <<timed 3s>> <div class="icon fadein"> [img[$reportericon]] ''Reporter: ''I know it's a lot, but you can save these patients.<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I'm not promising anything but I'll think about it and for now.. [[I have to go|therapist][$reporter to 2]] </div> <</timed>> <</if>>
<div class="fadein"> <video width="1300" autoplay src="images/home/choresend.webm"></video> </div> <br> <<timed 1s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''Jesus Christ <<= $name>>!! Can you really not do a few simple household chores?!<br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Ughhh..I guess somehow I must've forgotten that..sorry..<br> </div> <</timed>> <<timed 3s>> <div class="icon iconsara fadein"> [img[$saraicon]] ''Sara: ''You sorry?! Go back to your beloved mommy, she'll do everything for you!<br> </div> <</timed>> <<timed 4s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''I've really messed things up..[[Leave|chores bad end2]] </div> <</timed>>
<div class="fadein"> <video width="1300" autoplay src="images/home/choresend2.webm"></video> </div> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<= $name>>: ''Ummm Hi mom...<br> </div> <</timed>>
<h4>Reply to customer emails (Your score: <<= $clientmail.score>>%)</h4> <hr> <<switch random (1,7)>> <<case 1>> <<set $clientmail.type to 1>> [img[images/work/house1.jpg]] <<case 2>> <<set $clientmail.type to 2>> [img[images/work/house2.jpg]] <<case 3>> <<set $clientmail.type to 3>> [img[images/work/house3.jpg]] <<case 4>> <<set $clientmail.type to 4>> [img[images/work/house4.jpg]] <<case 5>> <<set $clientmail.type to 5>> [img[images/work/house5.jpg]] <<case 6>> <<set $clientmail.type to 6>> [img[images/work/house6.jpg]] <<case 7>> <<set $clientmail.type to 7>> [img[images/work/house7.jpg]] <</switch>> <br> I'm looking for this type of house, what can you advise me?<br> <hr> Your answer is:<br> You should definitely check out our offer of houses like:<br> <<if $clientmail.type == 1>> [[Single-family|good house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 2>> [[Single-family|bad house]] [[Townouse|good house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 3>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|good house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 4>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|good house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 5>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|good house]] [[Ranch home|bad house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 6>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|good house]] [[Condos & Co-ops|bad house]] <</if>> <<if $clientmail.type == 7>> [[Single-family|bad house]] [[Townouse|bad house]] [[Multifamily|bad house]] [[Modular home|bad house]] [[Bunglalow|bad house]] [[Ranch home|bad house]] [[Condos & Co-ops|good house]] <</if>> <br> <hr> [[Help|clientmail help]] (Your score: <<= $clientmail.score>>%)
Double-click this passage to edit it.
<<set $clientmail.score to Math.clamp($clientmail.score + 10, 0, 100)>> <video width="1000" autoplay src="images/work/goodhouse.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Good job hehe I'm done for today!<br> @@.blink;<em>(Your productivity score + 10!)</em>@@<br> [[Leave|work][$clientmail.active to 1]] </div> <</timed>>
<<set $clientmail.score to Math.clamp($clientmail.score - 10, 0, 100)>> <video width="1000" autoplay src="images/work/badhouse.webm"></video> <br> <<timed 1s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''No good..<br> @@.blink;<em>(Your productivity score drops by 10!)</em>@@<br> [[Leave|work][$clientmail.active to 1]] </div> <</timed>>
[img[images/work/clientmailhelp.jpg]] <br> Advise on suitable house types based on customer photos.<br> Each wrong answer lowers your score.<br> A score of 0% means you will be fired from your job.<br> <<back>>
Double-click this passage to edit it.
<style> .center {text-align: center;} #passages { max-width: 82em; margin: 0 auto;} .macro-link button{text-align: center;} #right-ui-bar, #ui-bar{display:none;} </style> <<if $boss.start == 0>> <video width="1300" autoplay src="images/work/clientmailend.webm"></video> <br> <<timed 1s>> <div class="icon iconboss fadein"> [img[$bossicon]] ''Boss: ''Ehmm sorry <<= $name>> but I think you're a total moron and I have to fire you! <br> </div> <</timed>> <<timed 2s>> <div class="icon iconmatt fadein"> [img[$matticon]] ''<<print $name>>: ''Ughh no...<br> </div> <</timed>> <</if>>